ActiveReports 9
DataBindXY(Object[],Double[]) Method

Specifies the array of X values of the DataPoint object added to the collection.
Specifies the array of Y values of the DataPoint object added to the collection.
Binds the X value and Y values of the collection's DataPoints to a specified data source.
Syntax
'Declaration
 
Public Overloads Sub DataBindXY( _
   ByVal xValues() As System.Object, _
   ByVal ParamArray yValues() As System.Double _
) 
public void DataBindXY( 
   System.object[] xValues,
   params System.double[] yValues
)

Parameters

xValues
Specifies the array of X values of the DataPoint object added to the collection.
yValues
Specifies the array of Y values of the DataPoint object added to the collection.
See Also

Reference

DataPointsCollection Class
DataPointsCollection Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum